home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.save / 000288_fdc@panix.com_Fri Feb 5 16:07:47 2010.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: reader2.panix.com!panix!not-for-mail
  2. From: Frank da Cruz <fdc@panix.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Announce: C-Kermit 9.0 Alpha.02
  5. Date: Fri, 5 Feb 2010 21:07:25 +0000 (UTC)
  6. Organization: PANIX Public Access Internet and UNIX, NYC
  7. Lines: 35
  8. Message-ID: <slrnhmp24d.i53.fdc@panix2.panix.com>
  9. References: <slrnhmejtk.5hv.fdc@panix2.panix.com> <j3jq37-lis.ln1@news.online.de>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: panix2.panix.com
  12. X-Trace: reader2.panix.com 1265404045 7767 166.84.1.2 (5 Feb 2010 21:07:25 GMT)
  13. X-Complaints-To: abuse@panix.com
  14. NNTP-Posting-Date: Fri, 5 Feb 2010 21:07:25 +0000 (UTC)
  15. User-Agent: slrn/0.9.8.0 (NetBSD)
  16. Xref: panix comp.protocols.kermit.misc:15892
  17.  
  18. On 2010-02-04, Christian Corti <Christian.Corti@studserv.uni-stuttgart.de> wrote:
  19. : Frank da Cruz <fdc@panix.com> wrote:
  20. :> I've been able to build and test it on various versions of Linux, Mac OS X,
  21. :> AIX, HP-UX, FreeBSD, OpenBSD, NetBSD, MirBSD, MINIX, IRIX, Solaris, OSF/1,
  22. :> and VMS, on many types of hardware.  I have *not* been able to test it on
  23. :> anything not just mentioned, for example SCO or QNX.
  24. :
  25. : The following error occurs on SunOS 4.1.1:
  26. :
  27. : [...]
  28. : gcc -O2 -DSUNOS41 -DHDBUUCP -DNDGPWNAM -DCK_NCURSES -DFNFLOAT
  29. : -DCK_AUTHENTICATION -funsigned-char  -DCK_SSL -DTCPSOCKET -DBIGBUFOK
  30. : -I/usr/local/openssl/include  -I/usr/local/include
  31. : -DKTARGET=\"sunos41gcc+openssl\" -c ckutio.c
  32. : ckutio.c: In function `pty_make_raw':
  33. : ckutio.c:14180: error: structure has no member named `c_iflag'
  34. : ckutio.c:14180: error: `PARMRK' undeclared (first use in this function)
  35. : ckutio.c:14180: error: (Each undeclared identifier is reported only once
  36. : etc etc
  37. :
  38. For some years SunOS 4.1.1 was main platform around here, including for
  39. C-Kermit development, but it is loooooong gone.  In particular, the 
  40. pty_make_raw() function was added only recently, with no opportunity to
  41. test it on that platform.
  42.  
  43. : These definitions are in termios.h which is not included by the source
  44. : code on SunOS platform. Either you include termios.h or you have to
  45. : provide these definitions.
  46. : BTW, GCC version is 3.4.6.
  47. :
  48. Have you tried including termios.h?  Does it work?
  49.  
  50. : Christian
  51.  
  52. - Frank